Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Place container storage inside work volume #7

Merged

Conversation

stephanosio
Copy link
Member

This commit updates the CI workflow to explicitly configure the Podman container storage to be inside the runner work volume (__w), which is guaranteed to have at least 100GB available.

The default container storage path is /var/lib/containers/storage, which resides in the Docker storage volume that has no free space guarantees.

This commit updates the CI workflow to explicitly configure the Podman
container storage to be inside the runner work volume (`__w`), which is
guaranteed to have at least 100GB available.

The default container storage path is `/var/lib/containers/storage`,
which resides in the Docker storage volume that has no free space
guarantees.

Signed-off-by: Stephanos Ioannidis <[email protected]>
@stephanosio stephanosio marked this pull request as ready for review May 31, 2024 01:53
@stephanosio stephanosio merged commit 07a054d into zephyrproject-rtos:main May 31, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant